projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a62913
)
scale: Add property annotations
author
Matthias Clasen
<mclasen@redhat.com>
Thu, 25 Feb 2021 12:01:55 +0000
(07:01 -0500)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Thu, 11 Mar 2021 16:37:33 +0000
(16:37 +0000)
Connect properties, getters, and setters with annotations
gtk/gtkscale.c
patch
|
blob
|
history
diff --git
a/gtk/gtkscale.c
b/gtk/gtkscale.c
index 59c80371d13f27187930445ca6557a65e1c17845..a05ccccad1b2227978d2b2a598c2663aeba73923 100644
(file)
--- a/
gtk/gtkscale.c
+++ b/
gtk/gtkscale.c
@@
-46,9
+46,7
@@
/**
- * SECTION:gtkscale
- * @Short_description: A slider widget for selecting a value from a range
- * @Title: GtkScale
+ * GtkScale:
*
* A `GtkScale` is a slider control used to select a numeric value.
*